This is a feature in both Enterprise edition and Standard edition.
Users can add privilege controls to a script file through this feature.
【splx file directory】 The to-be-encrypted splx file path.
【Result directory】 The path holding the encrypted splx file; by default, use【splx file directory】when no directory is selected to hold the result encrypted file.
【Encrypted file extension】 This is for setting the encrypted file extension, which is .enc by default. For instance, a.splx becomes a.enc.splx after it is encrypted.
【Encryption function】/【Decryption function】 The function format is class path.method name. You can use an external static function to define the encryption/decryption function, where both the input parameter type and the result type should be byte[ ]. Put the custom class file in【esProc installation root directory】/esProc/classes.
【File list】 After 【splx file directory】is selected, all .splx files under the selected directory will be listed here.
【Include subdirectories】 When this option is checked, all splx files under【splx file directory】and its subdirectories will be listed; by default, those under the subdirectories will not be listed.
【Filter file names】 According to the specified characters, users can select eligible splx files in【splx file directory】through fuzzy query.
【Execute encryption】 Click the button to encrypt splx files listed under 【File list】, and the execution information will be displayed under【Execution information】box.
Find complete uses in Steps to Script File Encryption.